.kv-grid-toolbar button.ui-corner-all{
	border-radius: 0 4px 4px 0 !important;
  	height: 34px;
}

.kv-grid-toolbar button.ui-corner-all > span.ui-button-text{
	background: #fff;
}

.kv-grid-loading {
    position: relative;
    overflow: hidden;
    max-height: 100%;
}

.kv-grid-loading .kv-loader-overlay {
    display: block;
}
.kv-loader-overlay {
    background: transparent;
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}

.kv-loader {
    position: absolute;
    background: #fff url('img/loading.gif') center center no-repeat !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
